From: Richard M. Stallman Date: Sat, 1 May 1993 13:20:55 +0000 (+0000) Subject: (Fsuspend_emacs): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96442 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7df306149257ab4805246cbf5274e696fe492a6c;p=emacs.git (Fsuspend_emacs): Doc fix. --- diff --git a/src/keyboard.c b/src/keyboard.c index c6a55091ce0..d5e15152526 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -4180,7 +4180,7 @@ On systems that don't have job control, run a subshell instead.\n\n\ If optional arg STUFFSTRING is non-nil, its characters are stuffed\n\ to be read as terminal input by Emacs's parent, after suspension.\n\ \n\ -Before suspending, call the functions in `suspend-hooks' with no args.\n\ +Before suspending, call the functions in `suspend-hook' with no args.\n\ If any of them returns nil, don't call the rest and don't suspend.\n\ Otherwise, suspend normally and after resumption run the normal hook\n\ `suspend-resume-hook' if that is bound and non-nil.\n\